type runtime.heapStatsDelta
12 uses
runtime (current package)
metrics.go#L359: heapStatsDelta
mstats.go#L390: if size := unsafe.Sizeof(heapStatsDelta{}); size%8 != 0 {
mstats.go#L564: var consStats heapStatsDelta
mstats.go#L696: type heapStatsDelta struct {
mstats.go#L720: func (a *heapStatsDelta) merge(b *heapStatsDelta) {
mstats.go#L770: stats [3]heapStatsDelta
mstats.go#L802: func (m *consistentHeapStats) acquire() *heapStatsDelta {
mstats.go#L848: func (m *consistentHeapStats) unsafeRead(out *heapStatsDelta) {
mstats.go#L864: m.stats[i] = heapStatsDelta{}
mstats.go#L875: func (m *consistentHeapStats) read(out *heapStatsDelta) {
mstats.go#L920: m.stats[prevGen] = heapStatsDelta{}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)